Skip to content

feat: module separation of worker module#60

Merged
mato533 merged 9 commits intomainfrom
feat/module-separation
Jun 13, 2025
Merged

feat: module separation of worker module#60
mato533 merged 9 commits intomainfrom
feat/module-separation

Conversation

@mato533
Copy link
Copy Markdown
Member

@mato533 mato533 commented Jun 13, 2025

Break down the modules executed by worker processes into the following units and dynamically load them as needed.
It separate into following modules.

  • Cucumber parser
  • AST parser (includes "Temp WDIO configuration file creator")

Types of changes

  • Polish (an improvement for an existing feature)
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (improvements to the project's docs)
  • Internal updates (everything related to internal scripts, governance documentation and CI files)

Checklist

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation (if appropriate)
  • I have added proper type definitions for new commands (if appropriate)

Further comments

Reviewers: @webdriverio/project-committers

@github-actions github-actions Bot added the PR: Polish 💅 PRs that contain improvements on existing features label Jun 13, 2025
@mato533 mato533 changed the title chore: update esbuild config to write meta data only non-production feat: module separation of worker module Jun 13, 2025
@mato533 mato533 linked an issue Jun 13, 2025 that may be closed by this pull request
1 task
@mato533
Copy link
Copy Markdown
Member Author

mato533 commented Jun 13, 2025

worker.cjs is slimmed down!! Next step is babel.
image

@mato533 mato533 mentioned this pull request Jun 13, 2025
10 tasks
@mato533 mato533 merged commit 10f24cc into main Jun 13, 2025
18 checks passed
@mato533 mato533 deleted the feat/module-separation branch June 13, 2025 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Polish 💅 PRs that contain improvements on existing features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[💡 Feature]: update worker module structure to separate the AST parser

1 participant